2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / SaveImage Method / SaveImage(Byte[],ImageFormat) Method
Byte array for image output.
Image format.

In This Topic
    SaveImage(Byte[],ImageFormat) Method
    In This Topic
    Saves an image of the chart in a Byte array in the specified format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByRef ByteArray() As System.Byte, _
       ByVal ImgFmt As System.Drawing.Imaging.ImageFormat _
    ) 
    public void SaveImage( 
       ref System.byte[] ByteArray,
       System.Drawing.Imaging.ImageFormat ImgFmt
    )

    Parameters

    ByteArray
    Byte array for image output.
    ImgFmt
    Image format.
    See Also